## [1] "total tweets (English-only)"
## [1] 69197
## [1] "original non-retweets (raw count):"
## [1] 25031
## [1] "retweet counts (raw count):"
## [1] 44166
## [1] "tweets that are replies:"
## [1] 1328
## [1] "tweets that quote (retweet + added own text on top) tweets:"
## [1] 4079
## # A tibble: 6 x 3
## year tweets accounts
## <dbl> <int> <int>
## 1 2014 2251 1097
## 2 2015 3209 1215
## 3 2016 28254 13109
## 4 2017 10811 5188
## 5 2018 11701 4552
## 6 2019 12971 5592
## topic subtotal percent_total num_retweets percent_retweets
## 1 Abstinence 181 0.26 90 49.72
## 2 Condom 2943 4.25 1800 61.16
## 3 PrEP 13890 20.07 6688 48.15
## 4 Circumcision 969 1.40 450 46.44
## 5 PEP 824 1.19 314 38.11
## 6 Harm Reduction 2134 3.08 1305 61.15
## 7 Viral Load 1991 2.88 1284 64.49
## 8 Violence Against Women 1385 2.00 1073 77.47
## 9 EMTCT 271 0.39 152 56.09
## 10 Serosorting 5 0.01 1 20.00
## topic subtotal percent_total num_retweets percent_retweets
## 11 Microbicides 341 0.49 239 70.09
## 12 Sex Work 611 0.88 286 46.81
## 13 Testing 7558 10.92 4326 57.24
Note: 41654 tweets (including retweets) do not have our themes.
Not sure if this help us but see if there are terms we can use to refine our word lists.
## Joining, by = "word"
## # A tibble: 10 x 2
## word n
## <chr> <int>
## 1 hiv 8896
## 2 world 4819
## 3 people 4437
## 4 aids 3766
## 5 hands 3679
## 6 access 3567
## 7 million 3550
## 8 close 3440
## 9 gap 3429
## 10 action 3419
## # A tibble: 10 x 2
## word n
## <chr> <int>
## 1 prevention 3251
## 2 women 3157
## 3 girls 3059
## 4 infections 2855
## 5 infected 2831
## 6 services 2776
## 7 treatment 2684
## 8 urgent 2351
## 9 campaign 2174
## 10 health 2020
## # A tibble: 10 x 2
## word n
## <chr> <int>
## 1 efforts 1885
## 2 day 1830
## 3 join 1619
## 4 adults 1514
## 5 lives 1505
## 6 support 1290
## 7 sexual 1285
## 8 ensure 1278
## 9 worldwide 1171
## 10 leading 1168
## `summarise()` has grouped output by 'year'. You can override using the `.groups` argument.
## `summarise()` has grouped output by 'year'. You can override using the `.groups` argument.
## `summarise()` has grouped output by 'year'. You can override using the `.groups` argument.
## `summarise()` has grouped output by 'year'. You can override using the `.groups` argument.
## `summarise()` has grouped output by 'year'. You can override using the `.groups` argument.
## `summarise()` has grouped output by 'year'. You can override using the `.groups` argument.
## `summarise()` has grouped output by 'year'. You can override using the `.groups` argument.
## # A tibble: 6 x 3
## # Groups: year [6]
## year percent Topic
## <dbl> <dbl> <chr>
## 1 2014 6.13 Condom
## 2 2015 4.86 Condom
## 3 2016 3.92 Condom
## 4 2017 4.56 Condom
## 5 2018 5.37 Condom
## 6 2019 3.25 Condom
## # A tibble: 6 x 3
## # Groups: year [6]
## year percent Topic
## <dbl> <dbl> <chr>
## 1 2014 14.5 PrEP
## 2 2015 21.0 PrEP
## 3 2016 5.8 PrEP
## 4 2017 18.5 PrEP
## 5 2018 35.8 PrEP
## 6 2019 39.1 PrEP
## # A tibble: 6 x 3
## # Groups: year [6]
## year percent Topic
## <dbl> <dbl> <chr>
## 1 2014 3.47 Circumcision
## 2 2015 0.69 Circumcision
## 3 2016 1.08 Circumcision
## 4 2017 0.84 Circumcision
## 5 2018 1.51 Circumcision
## 6 2019 2.27 Circumcision
## # A tibble: 6 x 3
## # Groups: year [6]
## year percent Topic
## <dbl> <dbl> <chr>
## 1 2014 0.36 Abstinence
## 2 2015 0.65 Abstinence
## 3 2016 0.34 Abstinence
## 4 2017 0.31 Abstinence
## 5 2018 0.15 Abstinence
## 6 2019 0.03 Abstinence
## # A tibble: 6 x 3
## # Groups: year [6]
## year percent Topic
## <dbl> <dbl> <chr>
## 1 2014 0.4 EMTCT
## 2 2015 0.9 EMTCT
## 3 2016 0.47 EMTCT
## 4 2017 0.35 EMTCT
## 5 2018 0.09 EMTCT
## 6 2019 0.39 EMTCT
## # A tibble: 6 x 3
## # Groups: year [6]
## year percent Topic
## <dbl> <dbl> <chr>
## 1 2014 1.11 PEP
## 2 2015 0.84 PEP
## 3 2016 0.21 PEP
## 4 2017 0.62 PEP
## 5 2018 2.59 PEP
## 6 2019 2.64 PEP
## # A tibble: 6 x 3
## # Groups: year [6]
## year percent Topic
## <dbl> <dbl> <chr>
## 1 2014 9.24 Testing
## 2 2015 11.5 Testing
## 3 2016 7.32 Testing
## 4 2017 9.94 Testing
## 5 2018 14.3 Testing
## 6 2019 16.7 Testing
**Based on number of original tweet authorship.
## .
## HIV_Insight Sex_Worker_Hlth DrMbere Hlth_Literacy HIVIreland
## 3144 484 465 444 396
## UNAIDS EPICBrowardOrg Health_HIV2030 HopeAndHelpInc himmoderator
## 269 262 240 221 183
## itech_network one2oneKE GMIPartnership HIVpxresearch Prison_Health
## 170 169 162 152 139
## ProceedNCTSTA UNAIDS_AP AIDSFreeGen AniShakari RectalMicro
## 135 111 110 110 108
## # A tibble: 20 x 4
## retweet_count screen_name date text
## <int> <chr> <date> <chr>
## 1 907 UNAIDS 2016-12-01 "1.9 million adults became infected w…
## 2 493 accphivprn 2019-12-09 "Prevent HIV, you should #BabyYoda #H…
## 3 468 UN 2016-12-01 "The world must take urgent & imm…
## 4 329 UNAIDS 2016-11-30 "Join the #worldaidsday campaign and …
## 5 320 tMSMWellness 2019-03-12 "Trans guy/trans masc and into cis gu…
## 6 274 MissUniverse 2016-12-01 "Know your status. Get Tested. \n\nPo…
## 7 239 ourladyj 2019-06-19 "When folks don’t know their worth, t…
## 8 229 UN 2016-11-30 "#HIVprevention efforts must increase…
## 9 226 ChildtoChild 2016-12-02 "#childparticipation is crucial for e…
## 10 186 UNAIDS 2016-11-22 "More than 2 million people are infec…
## 11 184 AdoreDelano 2016-10-16 "I heart my baes ❤️ #RedDress #LGBTQC…
## 12 173 philredcross 2016-12-01 "#HandsUp for #HIVPrevention. Let's s…
## 13 161 UN_Women 2017-12-01 "There are 870,000 new HIV infections…
## 14 159 UNAIDS 2017-03-08 "New UNAIDS report shows urgent need …
## 15 152 UNAIDS 2016-10-03 "UNAIDS launches #WorldAIDSDay campai…
## 16 149 UNAIDS 2019-03-11 "#HIV was the leading cause of death …
## 17 145 GHDatState 2016-12-01 "Today is #WorldAIDSDay! Together we …
## 18 145 FirstLadyRwa… 2016-12-01 "Together, striving for zero new #HIV…
## 19 141 UNAIDS 2019-10-01 "#HIV was the leading cause of death …
## 20 126 UNFPA 2018-12-01 "Ensuring young people can access com…
NOTE: Follower count is based on their follower count at the time I collected the data (whenever that is)
## Selecting by retweet_count
## # A tibble: 10 x 6
## screen_name retweet_count follower_count ratio tweet_authorship like_count
## <chr> <int> <int> <dbl> <int> <int>
## 1 UNAIDS 11239 258322 0.0435 269 9617
## 2 HIV_Insight 1880 17816 0.106 3144 2459
## 3 MichelSidibe 1551 39187 0.0396 47 1983
## 4 UN 908 12047848 0.0001 5 804
## 5 MissUniverse 705 1022563 0.0007 13 2661
## 6 UNAIDS_AP 687 11923 0.0576 111 652
## 7 HIVpxresearch 499 8778 0.0568 152 750
## 8 accphivprn 493 243 2.03 1 1390
## 9 AniShakari 470 5188 0.0906 110 757
## 10 HIVIreland 468 3564 0.131 396 447
## # A tibble: 10 x 6
## screen_name retweet_count follower_count ratio tweet_authorship like_count
## <chr> <int> <int> <dbl> <int> <int>
## 1 GMIPartners… 447 2705 1.65e-1 162 437
## 2 tMSMWellness 443 893 4.96e-1 4 642
## 3 UNFPA 437 214571 2.00e-3 9 552
## 4 kentbuse 408 10892 3.75e-2 69 435
## 5 DrMbere 346 589 5.87e-1 465 71
## 6 UN_Women 323 1792006 2.00e-4 3 281
## 7 frontlineai… 318 23541 1.35e-2 58 344
## 8 philredcross 308 552795 6.00e-4 6 255
## 9 GlobalFund 305 215735 1.40e-3 6 278
## 10 UNESCO 304 3197214 1.00e-4 5 265
##
|
| | 0%
|
| | 1%
|
|= | 1%
|
|= | 2%
|
|== | 2%
|
|== | 3%
|
|=== | 4%
|
|==== | 5%
|
|==== | 6%
|
|===== | 7%
|
|======= | 10%
|
|======== | 11%
|
|======== | 12%
|
|========= | 13%
|
|============ | 17%
|
|============== | 20%
|
|================ | 23%
|
|================== | 26%
|
|=================== | 28%
|
|==================== | 28%
|
|========================= | 35%
|
|========================= | 36%
|
|========================== | 37%
|
|========================== | 38%
|
|=========================== | 38%
|
|============================= | 41%
|
|============================= | 42%
|
|============================== | 43%
|
|================================ | 46%
|
|================================== | 49%
|
|==================================== | 51%
|
|========================================== | 59%
|
|========================================== | 60%
|
|============================================= | 64%
|
|=============================================== | 67%
|
|================================================== | 71%
|
|==================================================== | 74%
|
|====================================================== | 77%
|
|======================================================= | 78%
|
|======================================================= | 79%
|
|=============================================================== | 89%
|
|=============================================================== | 90%
|
|================================================================ | 91%
|
|================================================================= | 92%
|
|================================================================= | 93%
|
|================================================================== | 95%
|
|=================================================================== | 96%
|
|===================================================================== | 98%
|
|===================================================================== | 99%
|
|======================================================================| 100%
## Warning: sf layer has inconsistent datum (+proj=longlat +datum=NAD83 +no_defs).
## Need '+proj=longlat +datum=WGS84'
##
|
| | 0%
|
|=== | 4%
|
|======== | 12%
|
|========= | 12%
|
|========= | 13%
|
|============ | 16%
|
|============ | 17%
|
|================ | 23%
|
|================= | 24%
|
|================= | 25%
|
|================== | 25%
|
|==================== | 28%
|
|====================== | 32%
|
|======================== | 34%
|
|======================== | 35%
|
|========================= | 35%
|
|========================= | 36%
|
|========================== | 37%
|
|========================== | 38%
|
|============================ | 40%
|
|============================== | 43%
|
|============================== | 44%
|
|================================ | 46%
|
|================================= | 47%
|
|======================================= | 56%
|
|======================================== | 57%
|
|======================================== | 58%
|
|========================================= | 58%
|
|=========================================== | 62%
|
|============================================== | 66%
|
|================================================ | 69%
|
|================================================= | 70%
|
|================================================= | 71%
|
|================================================== | 71%
|
|================================================== | 72%
|
|=================================================== | 72%
|
|=================================================== | 73%
|
|==================================================== | 74%
|
|======================================================== | 80%
|
|======================================================== | 81%
|
|=========================================================== | 85%
|
|============================================================ | 86%
|
|============================================================= | 87%
|
|============================================================== | 88%
|
|============================================================== | 89%
|
|=============================================================== | 89%
|
|=============================================================== | 90%
|
|================================================================= | 93%
|
|================================================================= | 94%
|
|=================================================================== | 95%
|
|======================================================================| 100%
## Warning: sf layer has inconsistent datum (+proj=longlat +datum=NAD83 +no_defs).
## Need '+proj=longlat +datum=WGS84'